例文
- もっと例文: 1 2 3
- Since C99, a struct can also end with a flexible array member.
- C99 adds support for flexible array members to structures.
- Array members are initialized from 0 to the last member of the array in order.
- The sizeof operator on such a struct is required to give the offset of the flexible array member.
- When using structures with a flexible array member, some convention regarding the actual size of that member should be defined.